type github.com/cenkalti/backoff/v4.systemClock

3 uses

	github.com/cenkalti/backoff/v4 (current package)
		exponential.go#L153: type systemClock struct{}
		exponential.go#L155: func (t systemClock) Now() time.Time {
		exponential.go#L160: var SystemClock = systemClock{}